ImageGear Professional v18.1 > User Guide > Getting Started > Developing an Application > Displaying an Image |
As soon an image is loaded it can be displayed on screen. The simplest way to do this is to use the IG_dspl_image_draw() function. In our sample this function is called in drawRect method of main view class.
Copy Code
|
|
---|---|
- (void)drawRect:(NSRect)dirtyRect |
Here is the sample application with a 24-bit image loaded: